projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcc0c2
)
assistant: Add margin to action area
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 20 Feb 2016 16:26:19 +0000
(11:26 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 20 Feb 2016 16:27:56 +0000
(11:27 -0500)
We are no longer setting a margin on the content area, so put
one on the action area itself to prevent the buttons from touching
the edge.
https://bugzilla.gnome.org/show_bug.cgi?id=762315
gtk/ui/gtkassistant.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkassistant.ui
b/gtk/ui/gtkassistant.ui
index e516c910c94d06500fbce459620d018dabd0dba5..000e83cbb168240e4b87ca28bd48be88e7ef5457 100644
(file)
--- a/
gtk/ui/gtkassistant.ui
+++ b/
gtk/ui/gtkassistant.ui
@@
-44,6
+44,7
@@
<property name="visible">1</property>
<property name="halign">end</property>
<property name="spacing">6</property>
+ <property name="margin">6</property>
<child>
<object class="GtkButton" id="apply">
<property name="label" translatable="yes">_Apply</property>